widgetfactory: Create the dialog every time
authorMatthias Clasen <mclasen@redhat.com>
Sat, 8 Aug 2020 13:36:05 +0000 (09:36 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 8 Aug 2020 15:48:32 +0000 (11:48 -0400)
commit56afa05b977d794b9a2722b7cfa1e58f35b6444b
tree09bd4516c06ecd84b850a9aff0b5463d993fb2ed
parentc6fdfeae7e5e07fbfbe2ac6937b8eebb6aab3c6b
widgetfactory: Create the dialog every time

Trying to work around gtk_show_about_dialog() is
not worth it, just recreate the dialog from scratch.

Fixes: #3047
demos/widget-factory/widget-factory.c